From 038190c5a897077e3e6755c715a830faf1f597ea Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2020 23:22:13 -0400 Subject: [PATCH] Disable focus-chain test that depends on the environment The color editor shows a color picker button only if it finds a suitable implementation, which it does not in ci. So disable the focus-chain test for page 3. --- testsuite/gtk/meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 6855937b85..b7440b5529 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -172,8 +172,10 @@ focus_chain_tests = [ [ 'widget-factory', 'right' ], [ 'widget-factory2', 'tab' ], [ 'widget-factory2', 'tab-backward' ], - [ 'widget-factory3', 'tab' ], - [ 'widget-factory3', 'tab-backward' ], + # in ci, we don't show a color picker, so the focus chain + # for page3 is missing an expected button in the color editor + #[ 'widget-factory3', 'tab' ], + #[ 'widget-factory3', 'tab-backward' ], ] focus_chain = executable( -- 2.30.2